home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr28 / sdutils.zip / FINGER.DOC next >
Text File  |  1993-03-01  |  1KB  |  44 lines

  1. Brief Documentation to finger.exe (program 2 of SDUTILS.ZIP 11/7/91)
  2.  
  3. FINGER allows a user to locate the server on which an object exists.
  4.  
  5. Syntax: FINGER [<option switch>]  [[<server name>/]<object name>]
  6.  
  7. optional switches:
  8.  
  9.            -t   shows all intermediate steps as finger scans the network,
  10.                 connects and disconnects from servers, and translation of
  11.                 object name to a bindery ID.
  12.  
  13.            -f   finger mode: locates specified username (default).
  14.  
  15.            -g   group mode: locates specified group.
  16.  
  17.            -q   queue mode: locates specified queue.
  18.  
  19.            <none> : default, silently locates account.
  20.  
  21. optional parameter:
  22.  
  23.         <server name>   overrides the scan, only looks at the nominated
  24.                         server.
  25.  
  26.         <object name>   if not used the username defaults to STUDENT.
  27.  
  28. Examples:
  29.  
  30.         FINGER                  find server with STUDENT account.
  31.  
  32.         FINGER -T STEVED        find server with STEVED account,
  33.                                 giving output of search progress.
  34.  
  35.         FINGER CCS1/STEVED      confirm STEVED is registered on CCS1
  36.  
  37.         FINGER/Q WORKQUEUE      find all servers with the queue WORKQUEUE
  38.  
  39. Limitations:
  40.  
  41.         Finger will only scan the first 500 servers.
  42.  
  43.  
  44.